Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: JManager Reference /
Chapter 1 - JManager Reference / Application-Defined Functions
/


MyRestorePort

Restores the graphics port. When creating a frame, you must designate a callback function to restore the graphics port associated with it. For example, this is how you would define your restore port function if you were to name it MyRestorePort:

void MyRestorePort(JMFrameRef frame, 
void* param);
frame
The frame that wants to restore the port.
param
Defined by the client application. This value must match the return value of the MySetUpPort function).
DISCUSSION
You cannot nest this function.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 DEC 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help